Conversation
- Add full ASON_2.0_SPECIFICATION.md with syntax, features, and benchmarks - Update docs and playground to reflect ASON 2.0: sections, tabular arrays, semantic references - Rewrite README for ASON 2.0, showing new format and token savings - Replace legacy compressor with modular Lexer, Parser, Analyzer, and Serializer - Implement ReferenceAnalyzer, SectionAnalyzer, TabularAnalyzer for smart optimization - Add new tests for round-trip, token counting, and edge cases - Remove old SmartCompressor and PatternDetector; use new architecture - Update CLI and API docs for ASON 2.0 features and options
Sections are now output at the end, after non-section fields, to match the original JSON order. Also add version query to ASON imports.
- Support dot notation and array fields in tabular schemas - Serialize
small objects inline as {key:value,...} - Enable tabular arrays with
nested objects and arrays - Update docs and playground for ASON 2.0
syntax - Improve parser and serializer for new features - Update
changelog and migration notes for 2.0 release
- Add SEO meta tags, Open Graph, Twitter cards, robots.txt, and sitemap.xml - Add blog section with real-world case studies and migration guides - Enhance documentation with LLM optimization details and FAQs - Update playground, benchmarks, and tools pages with improved navigation and SEO - Add multi-model token counter supporting GPT-4, Claude, and heuristics - Improve benchmarks with model selector and real tokenizer support - Add icon.svg for branding and social sharing
Update CLI and type definitions to support sections, tabular arrays, and related options. Change default delimiter to pipe. Update documentation and examples for new features.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.